﻿2026-07-27T11:44:55.0635754Z ##[group]Run actions/checkout@v5
2026-07-27T11:44:55.0635978Z with:
2026-07-27T11:44:55.0636118Z   repository: SaberMage/spt-shell-notify
2026-07-27T11:44:55.0636296Z   path: .adapter-notify
2026-07-27T11:44:55.0637779Z   token: ***
2026-07-27T11:44:55.0637902Z   ssh-strict: true
2026-07-27T11:44:55.0638021Z   ssh-user: git
2026-07-27T11:44:55.0638150Z   persist-credentials: true
2026-07-27T11:44:55.0638296Z   clean: true
2026-07-27T11:44:55.0638434Z   sparse-checkout-cone-mode: true
2026-07-27T11:44:55.0638588Z   fetch-depth: 1
2026-07-27T11:44:55.0638707Z   fetch-tags: false
2026-07-27T11:44:55.0638827Z   show-progress: true
2026-07-27T11:44:55.0638952Z   lfs: false
2026-07-27T11:44:55.0639068Z   submodules: false
2026-07-27T11:44:55.0639188Z   set-safe-directory: true
2026-07-27T11:44:55.0639331Z   allow-unsafe-pr-checkout: false
2026-07-27T11:44:55.0639472Z env:
2026-07-27T11:44:55.0639588Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-27T11:44:55.0639751Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-27T11:44:55.0639924Z ##[endgroup]
2026-07-27T11:44:55.2726173Z Syncing repository: SaberMage/spt-shell-notify
2026-07-27T11:44:55.2726583Z ##[group]Getting Git version info
2026-07-27T11:44:55.2726982Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core\.adapter-notify'
2026-07-27T11:44:55.3138918Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T11:44:55.3406557Z git version 2.43.0.windows.1
2026-07-27T11:44:55.3436972Z ##[endgroup]
2026-07-27T11:44:55.3448592Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\cd33d0ab-180a-4125-acd4-d30946cdc276\.gitconfig'
2026-07-27T11:44:55.3467871Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\cd33d0ab-180a-4125-acd4-d30946cdc276' before making global git config changes
2026-07-27T11:44:55.3468571Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T11:44:55.3474805Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core\.adapter-notify
2026-07-27T11:44:55.3764214Z ##[group]Initializing the repository
2026-07-27T11:44:55.3770993Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\spt-bs-core\spt-bs-core\.adapter-notify
2026-07-27T11:44:55.4138390Z Initialized empty Git repository in C:/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-27T11:44:55.4172589Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-27T11:44:55.4673617Z ##[endgroup]
2026-07-27T11:44:55.4674020Z ##[group]Disabling automatic garbage collection
2026-07-27T11:44:55.4678930Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T11:44:55.4969265Z ##[endgroup]
2026-07-27T11:44:55.4969518Z ##[group]Setting up auth
2026-07-27T11:44:55.4976364Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T11:44:55.5335594Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T11:44:56.0770444Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T11:44:56.1012001Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T11:44:56.5154821Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T11:44:56.5390403Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T11:44:56.9443635Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T11:44:56.9774875Z ##[endgroup]
2026-07-27T11:44:56.9775148Z ##[group]Determining the default branch
2026-07-27T11:44:56.9776921Z Retrieving the default branch name
2026-07-27T11:44:57.5384570Z Default branch 'main'
2026-07-27T11:44:57.5385056Z ##[endgroup]
2026-07-27T11:44:57.5385326Z ##[group]Fetching the repository
2026-07-27T11:44:57.5391412Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-27T11:44:58.2911853Z From https://github.com/SaberMage/spt-shell-notify
2026-07-27T11:44:58.2912135Z  * [new branch]      main       -> origin/main
2026-07-27T11:44:58.3030551Z ##[endgroup]
2026-07-27T11:44:58.3030784Z ##[group]Determining the checkout info
2026-07-27T11:44:58.3031889Z ##[endgroup]
2026-07-27T11:44:58.3036940Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T11:44:58.3307378Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T11:44:58.3532000Z ##[group]Checking out the ref
2026-07-27T11:44:58.3536747Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-27T11:44:58.3855250Z branch 'main' set up to track 'origin/main'.
2026-07-27T11:44:58.3855512Z Reset branch 'main'
2026-07-27T11:44:58.3873963Z ##[endgroup]
2026-07-27T11:44:58.4112619Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T11:44:58.4353043Z ee2d37eadc730c0019e0af82d683074c509634a2
